Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Config option to use operating system certificates alongside rustls certificates #620

Open
wants to merge 3 commits into
base: rolling
Choose a base branch
from

Conversation

evanyang1
Copy link
Contributor

@evanyang1 evanyang1 commented Oct 9, 2024

What does this PR do?

Provides the new config option to allow the user to enable the use of operating system tls certificates when fetching the search results from the upstream search engines.

Why is this change important?

This change is essential as it allows the user more customizability of whether to use operating system certificates along side rustls certificates.

How to test these changes locally?

It can be tested by installing and running Websurfx as mentioned in the docs and on the readme and by launching the browser and thoroughly testing. By enabling this new config option via the config file and testing if the app uses the operating system tls certificates or not.

Closes #557

@neon-mmd neon-mmd changed the title TLS certificates ✨ Config option to use operating system certificates alongside rustls certificates Oct 10, 2024
@neon-mmd
Copy link
Owner

neon-mmd commented Nov 1, 2024

@evanyang1 It has been a week now. Any updates on this PR? 🙂

@evanyang1
Copy link
Contributor Author

Nope. Do you have change requests? Or should it be approved?
(Regarding the tests, not sure what to do.)

@neon-mmd
Copy link
Owner

neon-mmd commented Nov 1, 2024

Nope. Do you have change requests? Or should it be approved? (Regarding the tests, not sure what to do.)

It is mostly approved from our side, just the tests seem to fail that's the only change I would suggest making and since you mention you have no idea on it I think I will suggest just run a clippy check by running the cargo clippy --all --all-features --all-targets command on your side and I think you should be able to figure it out 😅 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

✨ Config option to use operating system certificates alongside rustls certificates
2 participants